home *** CD-ROM | disk | FTP | other *** search
/ SPA Story Maker / Story Maker.iso / SETUPINF.INF < prev    next >
INI File  |  1998-11-19  |  758b  |  32 lines

  1. ;; string table and stuff for SETUP.EXE
  2. ;; $#6=foreground color; obsolete
  3. ;; $#7=background color; obsolete
  4. ;; $#9=window brush; obsolete
  5. ;; $#10=Win32 fail message
  6. ;; $#11=Setup dialog caption
  7.  
  8. [SETUP]
  9. $#1=Initialising SPA Installer 
  10. $#2=Install ERROR
  11. $#3=I cannot find
  12. $#4=I cannot initialise the Installer.
  13. $#5=Insufficent space on TEMP drive
  14. $#6=$00FFFF00
  15. $#7=$00000000
  16. $#8=I cannot run from the TEMP directory!
  17. $#9=4
  18. $#10=I can only run under 32-bit Windows!
  19. $#11=SPA Software Installer
  20.  
  21. [USER-FILES]
  22. ; User files for SETUP.EXE to copy to TEMP directory
  23. ;$TEMPDIR=SETUP.CHF
  24.  
  25. ; batch file to run at beginning of install
  26. ;$BATCH-FILE=SETUP.CHF
  27.  
  28. ; do we require a 32-bit version of Windows?
  29. ; 0="No";  1="Yes"
  30. $WIN32-ONLY=0
  31.  
  32.